projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8a10e7
)
ARM: uniphier: enable Denali NAND driver for 64bit SoCs
author
Masahiro Yamada
<
[email protected]
>
Tue, 29 Aug 2017 15:51:30 +0000
(
00:51
+0900)
committer
Masahiro Yamada
<
[email protected]
>
Wed, 30 Aug 2017 00:07:04 +0000
(09:07 +0900)
Now the entry to the NAND driver init can be is controlled by DT;
it should not hurt to compile the driver all the time.
Signed-off-by: Masahiro Yamada <
[email protected]
>
configs/uniphier_v8_defconfig
patch
|
blob
|
history
diff --git
a/configs/uniphier_v8_defconfig
b/configs/uniphier_v8_defconfig
index 066685f7b00277cbca323e89707f8fd1d52460d2..f4e183574580fd4331d29e0262faf2b7613e4013 100644
(file)
--- a/
configs/uniphier_v8_defconfig
+++ b/
configs/uniphier_v8_defconfig
@@
-31,6
+31,11
@@
CONFIG_I2C_EEPROM=y
CONFIG_MMC_UNIPHIER=y
CONFIG_MMC_SDHCI=y
CONFIG_MMC_SDHCI_CADENCE=y
+CONFIG_NAND=y
+CONFIG_NAND_DENALI=y
+CONFIG_NAND_DENALI_DT=y
+CONFIG_SYS_NAND_DENALI_64BIT=y
+CONFIG_NAND_DENALI_SPARE_AREA_SKIP_BYTES=8
CONFIG_SYSRESET=y
CONFIG_SYSRESET_PSCI=y
CONFIG_USB=y